home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 16 / PC Actual CD 16.iso / autocad / R14201.DXR / 00036_homePush.ls < prev    next >
Encoding:
Text File  |  1997-04-24  |  269 b   |  13 lines

  1. on mouseUp
  2.   set the memberNum of sprite 48 to the number of member "HomeRoll"
  3.   puppetTransition(3, 0, 128)
  4.   updateStage()
  5.   EndAnyRollovers()
  6.   puppetSprite(48, 0)
  7.   EndAnyRollovers()
  8.   if soundBusy(2) then
  9.     sound stop 2
  10.   end if
  11.   go("MainMenu", "R14MainM")
  12. end
  13.